<?xml version="1.0" encoding="UTF-8"?>
<ticket>
  <assigned-user-id type="integer">11063</assigned-user-id>
  <attachments-count type="integer">0</attachments-count>
  <closed type="boolean">true</closed>
  <created-at type="datetime">2009-05-21T19:57:13-04:00</created-at>
  <creator-id type="integer">11063</creator-id>
  <milestone-due-on type="datetime">2009-05-21T00:00:00-04:00</milestone-due-on>
  <milestone-id type="integer">40455</milestone-id>
  <number type="integer">8</number>
  <permalink>failure-using-bounded-on-event-with-exdates</permalink>
  <priority type="integer">1</priority>
  <project-id type="integer">30941</project-id>
  <raw-data type="binary" nil="true" encoding="base64"></raw-data>
  <state>resolved</state>
  <tag nil="true"></tag>
  <title>Failure using bounded? on Event with exdates</title>
  <updated-at type="datetime">2009-05-21T20:02:45-04:00</updated-at>
  <user-id type="integer">11063</user-id>
  <user-name>Rick DeNatale</user-name>
  <creator-name>Rick DeNatale</creator-name>
  <assigned-user-name>Rick DeNatale</assigned-user-name>
  <url>http://rick_denatale.lighthouseapp.com/projects/30941/tickets/8</url>
  <milestone-title>0.0.10</milestone-title>
  <original-body>This spec illustrates the problem
@@@ ruby
  context &quot;bounded? bug&quot; do
    before(:each) do
      events = RiCal.parse_string rectify_ical &lt;&lt;-ENDCAL
      BEGIN:VEVENT
      EXDATE:20090114T163000
      EXDATE:20090128T163000
      EXDATE:20090121T163000
      EXDATE:20090211T163000
      EXDATE:20090204T163000
      EXDATE:20090218T163000
      TRANSP:OPAQUE
      DTSTAMP;VALUE=DATE-TIME:20090107T024340Z
      CREATED;VALUE=DATE-TIME:20090107T024012Z
      DTEND;TZID=US/Mountain;VALUE=DATE-TIME:20090114T180000
      DTSTART;TZID=US/Mountain;VALUE=DATE-TIME:20090114T163000
      UID:15208112-E0FA-4A7C-954C-CFDF19D1B0E7
      RRULE:FREQ=WEEKLY;INTERVAL=1;UNTIL=20090219T065959Z
      SUMMARY:Wild Rose XC/Skate Training Series
      SEQUENCE:11
      LOCATION:Mountain Dell Golf Course
      END:VEVENT
      ENDCAL
      @event = events.first
    end

    it &quot;should be able to enumerate occurrences&quot; do
      @event.should be_bounded
    end
  end
@@@

Fails because OccurrenceList::Enumerator doesn't have a bounded? method.</original-body>
  <latest-body>This spec illustrates the problem
@@@ ruby
  context &quot;bounded? bug&quot; do
    before(:each) do
      events = RiCal.parse_string rectify_ical &lt;&lt;-ENDCAL
      BEGIN:VEVENT
      EXDATE:20090114T163000
      EXDATE:20090128T163000
      EXDATE:20090121T163000
      EXDATE:20090211T163000
      EXDATE:20090204T163000
      EXDATE:20090218T163000
      TRANSP:OPAQUE
      DTSTAMP;VALUE=DATE-TIME:20090107T024340Z
      CREATED;VALUE=DATE-TIME:20090107T024012Z
      DTEND;TZID=US/Mountain;VALUE=DATE-TIME:20090114T180000
      DTSTART;TZID=US/Mountain;VALUE=DATE-TIME:20090114T163000
      UID:15208112-E0FA-4A7C-954C-CFDF19D1B0E7
      RRULE:FREQ=WEEKLY;INTERVAL=1;UNTIL=20090219T065959Z
      SUMMARY:Wild Rose XC/Skate Training Series
      SEQUENCE:11
      LOCATION:Mountain Dell Golf Course
      END:VEVENT
      ENDCAL
      @event = events.first
    end

    it &quot;should be able to enumerate occurrences&quot; do
      @event.should be_bounded
    end
  end
@@@

Fails because OccurrenceList::Enumerator doesn't have a bounded? method.</latest-body>
  <original-body-html>&lt;div&gt;&lt;p&gt;This spec illustrates the problem&lt;/p&gt;


&lt;pre&gt;&lt;code class=&quot;ruby&quot;&gt;
  context &amp;quot;bounded? bug&amp;quot; do
    before(:each) do
      events = RiCal.parse_string rectify_ical &amp;lt;&amp;lt;-ENDCAL
      BEGIN:VEVENT
      EXDATE:20090114T163000
      EXDATE:20090128T163000
      EXDATE:20090121T163000
      EXDATE:20090211T163000
      EXDATE:20090204T163000
      EXDATE:20090218T163000
      TRANSP:OPAQUE
      DTSTAMP;VALUE=DATE-TIME:20090107T024340Z
      CREATED;VALUE=DATE-TIME:20090107T024012Z
      DTEND;TZID=US/Mountain;VALUE=DATE-TIME:20090114T180000
      DTSTART;TZID=US/Mountain;VALUE=DATE-TIME:20090114T163000
      UID:15208112-E0FA-4A7C-954C-CFDF19D1B0E7
      RRULE:FREQ=WEEKLY;INTERVAL=1;UNTIL=20090219T065959Z
      SUMMARY:Wild Rose XC/Skate Training Series
      SEQUENCE:11
      LOCATION:Mountain Dell Golf Course
      END:VEVENT
      ENDCAL
      @event = events.first
    end

    it &amp;quot;should be able to enumerate occurrences&amp;quot; do
      @event.should be_bounded
    end
  end
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Fails because OccurrenceList::Enumerator doesn't have a bounded?
method.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  <versions type="array">
    <version type="Ticket::Version">
      <assigned-user-id type="integer">11063</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>This spec illustrates the problem
@@@ ruby
  context &quot;bounded? bug&quot; do
    before(:each) do
      events = RiCal.parse_string rectify_ical &lt;&lt;-ENDCAL
      BEGIN:VEVENT
      EXDATE:20090114T163000
      EXDATE:20090128T163000
      EXDATE:20090121T163000
      EXDATE:20090211T163000
      EXDATE:20090204T163000
      EXDATE:20090218T163000
      TRANSP:OPAQUE
      DTSTAMP;VALUE=DATE-TIME:20090107T024340Z
      CREATED;VALUE=DATE-TIME:20090107T024012Z
      DTEND;TZID=US/Mountain;VALUE=DATE-TIME:20090114T180000
      DTSTART;TZID=US/Mountain;VALUE=DATE-TIME:20090114T163000
      UID:15208112-E0FA-4A7C-954C-CFDF19D1B0E7
      RRULE:FREQ=WEEKLY;INTERVAL=1;UNTIL=20090219T065959Z
      SUMMARY:Wild Rose XC/Skate Training Series
      SEQUENCE:11
      LOCATION:Mountain Dell Golf Course
      END:VEVENT
      ENDCAL
      @event = events.first
    end

    it &quot;should be able to enumerate occurrences&quot; do
      @event.should be_bounded
    end
  end
@@@

Fails because OccurrenceList::Enumerator doesn't have a bounded? method.</body>
      <body-html>&lt;div&gt;&lt;p&gt;This spec illustrates the problem&lt;br&gt;&lt;/p&gt;
&lt;pre&gt;
&lt;code class=&quot;ruby&quot;&gt;  context &quot;bounded? bug&quot; do&lt;br&gt;
&lt;br&gt;


&lt;/code&gt;
&lt;/pre&gt;
&lt;pre&gt;
&lt;code class=&quot;ruby&quot;&gt;&lt;code&gt;before(:each) do
  events = RiCal.parse_string rectify_ical &amp;amp;lt;&amp;amp;lt;-ENDCAL
  BEGIN:VEVENT
  EXDATE:20090114T163000
  EXDATE:20090128T163000
  EXDATE:20090121T163000
  EXDATE:20090211T163000
  EXDATE:20090204T163000
  EXDATE:20090218T163000
  TRANSP:OPAQUE
  DTSTAMP;VALUE=DATE-TIME:20090107T024340Z
  CREATED;VALUE=DATE-TIME:20090107T024012Z
  DTEND;TZID=US/Mountain;VALUE=DATE-TIME:20090114T180000
  DTSTART;TZID=US/Mountain;VALUE=DATE-TIME:20090114T163000
  UID:15208112-E0FA-4A7C-954C-CFDF19D1B0E7
  RRULE:FREQ=WEEKLY;INTERVAL=1;UNTIL=20090219T065959Z
  SUMMARY:Wild Rose XC/Skate Training Series
  SEQUENCE:11
  LOCATION:Mountain Dell Golf Course
  END:VEVENT
  ENDCAL
  @event = events.first
end

it &amp;amp;quot;should be able to enumerate occurrences&amp;amp;quot; do
  @event.should be_bounded
end&lt;/code&gt;&lt;/code&gt;
&lt;/pre&gt;
&lt;pre&gt;


&lt;br&gt;
  end
&lt;/pre&gt;
&lt;p&gt;Fails because OccurrenceList::Enumerator doesn't have a bounded?
method.&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2009-05-21T19:57:13-04:00</created-at>
      <creator-id type="integer">11063</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer">40455</milestone-id>
      <number type="integer">8</number>
      <permalink>failure-using-bounded-on-event-with-exdates</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">30941</project-id>
      <state>new</state>
      <tag nil="true"></tag>
      <title>Failure using bounded? on Event with exdates</title>
      <updated-at type="datetime">2009-05-21T19:57:15-04:00</updated-at>
      <user-id type="integer">11063</user-id>
      <user-name>Rick DeNatale</user-name>
      <creator-name>Rick DeNatale</creator-name>
      <assigned-user-name>Rick DeNatale</assigned-user-name>
      <url>http://rick_denatale.lighthouseapp.com/projects/30941/tickets/8</url>
      <milestone-title>0.0.10</milestone-title>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">11063</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body></body>
      <body-html></body-html>
      <closed type="boolean">true</closed>
      <created-at type="datetime">2009-05-21T20:02:45-04:00</created-at>
      <creator-id type="integer">11063</creator-id>
      <diffable-attributes type="yaml">--- 
:state: new
</diffable-attributes>
      <milestone-id type="integer">40455</milestone-id>
      <number type="integer">8</number>
      <permalink>failure-using-bounded-on-event-with-exdates</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">30941</project-id>
      <state>resolved</state>
      <tag nil="true"></tag>
      <title>Failure using bounded? on Event with exdates</title>
      <updated-at type="datetime">2009-05-21T20:02:45-04:00</updated-at>
      <user-id type="integer">11063</user-id>
      <user-name>Rick DeNatale</user-name>
      <creator-name>Rick DeNatale</creator-name>
      <assigned-user-name>Rick DeNatale</assigned-user-name>
      <url>http://rick_denatale.lighthouseapp.com/projects/30941/tickets/8</url>
      <milestone-title>0.0.10</milestone-title>
    </version>
  </versions>
</ticket>
